object Form_main: TForm_main Left = 332 Top = 172 Width = 476 Height = 333 Caption = 'Form_main' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 32 Height = 13 Caption = 'Label1' end object Button_cancel: TButton Left = 384 Top = 272 Width = 75 Height = 25 Hint = 'Click here to cancel installtion' Cancel = True Caption = 'Cancel' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = Button_cancelClick end object Memo1: TMemo Left = 8 Top = 32 Width = 449 Height = 233 Hint = 'Please read this agreement before installing this product' Lines.Strings = ( 'Memo1') ParentShowHint = False ReadOnly = True ScrollBars = ssBoth ShowHint = True TabOrder = 2 end object Button_agree: TButton Left = 208 Top = 272 Width = 137 Height = 25 Hint = 'Click here to accept these terms and continue installation' Caption = 'I accept these terms' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = Button_agreeClick end object Button_no: TButton Left = 16 Top = 272 Width = 177 Height = 25 Hint = 'Click here if you do not accept these terms. Product will not b' + 'e installed.' Caption = 'I do not accept these terms' ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = Button_noClick end end